From: Sam Steingold Date: Wed, 7 Apr 2010 16:25:49 +0000 (-0400) Subject: add ";;;###autoload" cookies X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~5162 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9a15cc5a6837f39eaefd28ab607fc39dffcc11b3;p=emacs.git add ";;;###autoload" cookies --- diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el index dd1790f9076..fb81baa73d9 100644 --- a/lisp/progmodes/bug-reference.el +++ b/lisp/progmodes/bug-reference.el @@ -130,6 +130,7 @@ There is no default setting for this, it must be set per file.") (widen) (bug-reference-unfontify (point-min) (point-max))))) +;;;###autoload (defun turn-on-bug-reference-mode () "Unconditionally turn bug reference mode on." (unless bug-reference-mode @@ -148,6 +149,7 @@ There is no default setting for this, it must be set per file.") (widen) (bug-reference-unfontify (point-min) (point-max))))) +;;;###autoload (defun turn-on-bug-reference-prog-mode () "Unconditionally turn bug reference prog mode on." (unless bug-reference-prog-mode